home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / misc / IChing.lha / IChing / IChingStructs.h < prev    next >
C/C++ Source or Header  |  2001-07-16  |  497b  |  25 lines

  1. /******************************************************
  2. *    ICHINGSTRUCTS.H   Structure definitions for the
  3. *                      I Ching program.
  4. *
  5. *    LAST CHANGED:     9/8/88
  6. *
  7. ******************************************************
  8. */
  9.  
  10.  
  11. struct TRIGRAM  {
  12.  
  13.    struct IntuiText *TriText;
  14.    struct Image     *TriImage;
  15. };
  16.  
  17. struct PAGE     {
  18.  
  19.    struct IntuiText *HexName;
  20.    struct TRIGRAM   *Top_Trigram, *Bot_Trigram;
  21.  
  22. };
  23.  
  24. /* ------------------- End of IChingStructs.h ------------------ */
  25.